;
; This file contains strings that need to be translatable, but also available 
; to the DLL directly. Only strings hardcoded into the DLL will be recognized 
; (which makes sense, since the DLL only uses what it, uh, uses).
;
; Some of these strings have printf formatting codes, e.g. %s. If for some 
; reason you need to put actual percent signs in these strings, double them 
; e.g. "%%". Ensure that the printf formatting codes aren't changed; they 
; aren't checked by the executable for correctness, and crashes will result 
; if they are damaged.
;
sOrdinalSuffixLower0=th
sOrdinalSuffixLower1=st
sOrdinalSuffixLower2=nd
sOrdinalSuffixLower3=rd
sOrdinalSuffixLower4=th
sOrdinalSuffixUpper0=TH
sOrdinalSuffixUpper1=ST
sOrdinalSuffixUpper2=ND
sOrdinalSuffixUpper3=RD
sOrdinalSuffixUpper4=TH
sTimeSuffixLowerAM=am
sTimeSuffixLowerPM=pm
sTimeSuffixUpperAM=AM
sTimeSuffixUpperPM=PM
sControlsKeyConflict=That button is already assigned to %s. Swap these keys?
sControlsKeyConflictConfirm=Swap Keys
sControlsSwitchSchemeUnsaved=You haven't saved your changes to the current control scheme. Are you sure you want to switch to a different scheme? Your unsaved changes will be lost.
sControlsDefaultProfileName=Oblivion Default
sControlsDefaultNewProfileName=Untitled
sControlsExitUnsaved=You haven't saved your changes to the %s control scheme. What would you like to do?
sControlsExitUnsavedCancel=Cancel
sControlsExitUnsavedNoSave=Exit Without Saving
sControlsExitUnsavedSave=Save and Exit
sControlsExitUnsavedSaveAsNew=Save as New, and Exit
sControlsDelete=Are you sure you want to delete the %s control scheme?
sControlsExitSaveAsNewNameTaken=A control scheme named %s already exists. What would you like to do with the unsaved changes to the %s control scheme?
sControlsCreateNamePrompt=What would you like to name the new control scheme?
sControlsRenamePrompt=What would you like to rename the %s control scheme to?
sControlsNameCannotBeBlank=A control scheme's name cannot be blank.
sControlsNameIsTaken=There is already another control scheme named %s.
sControlsSaveAsNewButItsTheSameName=Save changes to the %s control scheme?
sControlsCreateNameTaken=A control scheme named %s already exists. Enter a different name.
sControlsCreateUnsaved=You haven't saved your changes to the %s control scheme. What would you like to do before creating a new control scheme?
sControlsCreateSaveFirst=Save Changes
sControlsCreateDiscard=Discard Changes
sResetOptionsToDefault=Reset all options to their default values?
sBadMenuQueVersion=You are using an unrecognized version of MenuQue, so some NorthernUI features will not work. If you aren't using the newest version, please update. If you're using the newest version, notify NorthernUI's author so that they can update their mod.
sNotImplemented=NOT IMPLEMENTED